Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update httpcomponents dependencies. (#554) #560

Merged

Conversation

reta
Copy link
Collaborator

@reta reta commented Jul 5, 2023

Backport of #554 to 2.x

Signed-off-by: Yury-Fridlyand <[email protected]>
(cherry picked from commit d786611)
Signed-off-by: Andriy Redko <[email protected]>
@reta reta force-pushed the backport/backport-554-to-2.x branch from 7052947 to 29ece09 Compare July 5, 2023 18:31
@@ -128,8 +128,8 @@ OpenSearchClient client = new OpenSearchClient(transport);
The Apache HttpClient 5 based transport has dependences on Apache HttpClient 5 and Apache HttpCore 5 which has to be added to the project explicitly.

```gradle
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.1.4")
implementation("org.apache.httpcomponents.core5", "httpcore5", "5.1.5")
implementation("org.apache.httpcomponents.client5", "httpclient5", "5.2.1")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In 2.x, Apache HttpClient5 is optional

@VachaShah VachaShah merged commit b9f70b3 into opensearch-project:2.x Jul 5, 2023
24 checks passed
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants